home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / ADOS commands / Request Choice < prev    next >
Text File  |  1998-02-16  |  418b  |  22 lines

  1.                          --AMIGADOS GUIDE V2.5--
  2.                               REQUESTCHOICE
  3.  
  4.  
  5.    USE:
  6.    The RequestChoice command enables the user to send there own defined
  7.    alert requester to the screen.  This is to gain information from the
  8.    computer user.
  9.  
  10.    PATH:
  11.    C:
  12.  
  13.    SYSTEM:
  14.    3.0
  15.  
  16.    EXAMPLES:
  17.    1>REQUESTCHOICE >ENV:Answer "AmigaDOS 1" "Have you got 2?" "YES" "NO"
  18.    "CANCEL"
  19.  
  20.    NOTES:
  21.    none
  22.